PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setIsInvisible Method
True if the annotation should be displayed, false otherwise.
In This Topic
    setIsInvisible Method
    In This Topic
    Sets a value indicating whether the annotation should be displayed if it does not belong to one of the standard annotation types.
    Syntax
    public void setIsInvisible( 
       boolean value
    )

    Parameters

    value
    True if the annotation should be displayed, false otherwise.
    See Also